Team Foundation Server 2013 Customization by 2014

Team Foundation Server 2013 Customization by 2014

Author:2014
Language: eng
Format: mobi
Publisher: Packt Publishing


As you can see, this is almost the same as before. The only real difference here is that we add kind="TFS.WorkItem.CustomControl" instead of specifying the loadAfter attribute. This informs TFS that this CustomTFSClientControls.TfsCheckbox module is meant for a TFS custom control. In our *.debug.cs file, start with the following code:

TFS.module("CustomTFSClientControls.TfsCheckbox", [ "TFS.WorkItemTracking.Controls", "TFS.WorkItemTracking", "TFS.Core" ], function () { // Replace this comment with the next steps code witControls.registerWorkItemControl("TfsCheckbox", TfsCheckbox); return { TfsCheckbox: TfsCheckbox }; });



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.